runtime.gList.empty (method)

13 uses

	runtime (current package)
		chan.go#L420: 	for !glist.empty() {
		mgcmark.go#L302: 	if list.empty() {
		proc.go#L2576: 		if list := netpoll(0); !list.empty() { // non-blocking
		proc.go#L2770: 		if faketime != 0 && list.empty() {
		proc.go#L2783: 			if !list.empty() {
		proc.go#L2821: 		if list := netpoll(0); !list.empty() {
		proc.go#L3048: 	if glist.empty() {
		proc.go#L4232: 	if _p_.gFree.empty() && (!sched.gFree.stack.empty() || !sched.gFree.noStack.empty()) {
		proc.go#L4283: 	for !_p_.gFree.empty() {
		proc.go#L5132: 			if !list.empty() {
		proc.go#L6005: func (l *gList) empty() bool {